Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next
Subject: create iCalendar entry with agent
Feedback Type: Question
Product Area: Notes Client
Technical Area: Error Message
Platform: Windows XP client
Release: 8.5
Reproducible: Always

I have a simple agent I am trying to use to create an iCalendar stream. The agent looks like this:

Sub Initialize
Print "Content-type: text/calendar" & Chr(13) & Chr(10)
Print ""
Print "BEGIN:VCALENDAR"
Print "VERSION:2.0"
Print "PRODID:-//DTF//Projects//EN"
Print "BEGIN:VEVENT"
Print "UID:20090427T150000Z-12345@blah.blah.au"
Print "SEQUENCE:0"
Print "DTSTART:20090427T150000"
Print "DTEND:20090427T160000"
Print "SUMMARY:Nigel Test"
Print "DESCRIPTION:This is the description"
Print "TRANSP:TRANSPARENT"
Print "END:VEVENT"
Print "END:VCALENDAR"
End Sub

When I hit it in a browser - http://server.domain.com/nigel/test.nsf/ical?OpenAgent

I can save the file as a .ics and import it into notes with no problem.

When I try and add it as a feedto the notes client using the same url - I get a feed error which says

net.fortuna.ical4j.Data.ParserException: Error at line 1: Expected [BEGIN], read

Now, that would make sense if the agent wasn't rewriting the mime type to text/calendar, but I have checked the HTTP Header and it's right.

Any ideas?


Feedback number WEBB7RH64T created by ~Sarah Brenipuletsi on 04/27/2009

Status: Open
Comments:

create iCalendar entry with agent (~Sarah Brenipul... 27.Apr.09)
. . We're having exact same issue (~Naomi Eknimara... 8.Sep.09)
. . SPR'd and fixed in the next release... (~James Preresas... 13.Nov.09)
. . Maybe the ACL? (~Nita Asawetexo... 27.Apr.09)
. . . . Unfortunately not ACL (~Sarah Brenipul... 27.Apr.09)
. . . . . . Try this... (~Nita Asawetexo... 28.Apr.09)
. . . . . . . . It's definitely running (~Sarah Brenipul... 28.Apr.09)
. . . . . . . . . . This has been fixed in 8.5.2 (~Manny Asahipi 13.Nov.09)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS